home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / compuserve-file-archive / 05 Programming / GRAPHI.HDR < prev    next >
Text File  |  2019-04-13  |  131b  |  11 lines

  1.  
  2. /* graphic.h */
  3.  
  4. #define DRAW   1
  5. #define ERASE  0
  6. #define REDRAW 2
  7.  
  8. int currentx;
  9. int currenty; /* current x & y coordinates */
  10.  
  11.